func math.mod

2 uses

	math (current package)
		mod.go#L25: 	return mod(x, y)
		mod.go#L28: func mod(x, y float64) float64 {